Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2534

@NordicBuilder NordicBuilder requested review from a team as code owners February 20, 2025 11:54
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Feb 20, 2025
@github-actions
Copy link

github-actions bot commented Feb 20, 2025

After documentation is built, you will find the preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-20524/nrf/releases_and_maturity/releases/release-notes-changelog.html

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 20, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@107f9f0 nrfconnect/sdk-zephyr@6eb30df nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 20, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 3

Inputs:

Sources:

sdk-nrf: PR head: 8c5f8cda086bd2c3f69ed1a554c349c5da5f94b0
zephyr: PR head: 6eb30dfa23df1d45f49297394c406bc485742b5b

more details

sdk-nrf:

PR head: 8c5f8cda086bd2c3f69ed1a554c349c5da5f94b0
merge base: 42863f5c6879014035f8f9eeb12fcee06b41b3f4
target head (main): 96683e2782923209e3f4bb9e6e0b48db770afee7
Diff

zephyr:

PR head: 6eb30dfa23df1d45f49297394c406bc485742b5b
merge base: 107f9f0cf5369c707282724f7484d708a99ed274
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (55)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54l09pdk
│  │  │  │  │ nrf54l09_cpuapp_common.dtsi
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  │ nrf54l09_enga_cpuapp.dtsi
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54l09.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  │ net_buf.h
│  ├── lib
│  │  ├── net_buf
│  │  │  │ buf.c
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54l
│  │  │  │  │ Kconfig.defconfig.nrf54l20_enga_cpuapp
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── Kconfig.ll_sw_split
│  │  │  │  ├── hci
│  │  │  │  │  │ hci.c
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── lll_conn.h
│  │  │  │  │  ├── lll_conn_iso.h
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  │  │  │  ├── radio.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf51.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52805.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52810.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52811.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52820.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52832.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52833.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52840.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5340.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf54lx.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi_resources.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_ppi.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_resources.h
│  │  │  │  │  │  │  │  │  ├── radio_sim_nrf52.h
│  │  │  │  │  │  │  │  │  ├── radio_sim_nrf5340.h
│  │  │  │  │  │  │  │  │  │ radio_sim_nrf54l.h
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  ├── lll_adv.c
│  │  │  │  │  │  │  ├── lll_adv_iso.c
│  │  │  │  │  │  │  ├── lll_central_iso.c
│  │  │  │  │  │  │  ├── lll_conn.c
│  │  │  │  │  │  │  ├── lll_peripheral.c
│  │  │  │  │  │  │  ├── lll_peripheral_iso.c
│  │  │  │  │  │  │  ├── lll_scan.c
│  │  │  │  │  │  │  ├── lll_scan_aux.c
│  │  │  │  │  │  │  ├── lll_sync.c
│  │  │  │  │  │  │  │ lll_sync_iso.c
│  │  │  │  │  ├── ull.c
│  │  │  │  │  ├── ull_adv_iso.c
│  │  │  │  │  ├── ull_central_iso.c
│  │  │  │  │  ├── ull_conn.c
│  │  │  │  │  ├── ull_conn_iso.c
│  │  │  │  │  ├── ull_iso.c
│  │  │  │  │  ├── ull_peripheral_iso.c
│  │  │  │  │  ├── ull_scan_aux.c
│  │  │  │  │  ├── ull_scan_types.h
│  │  │  │  │  ├── ull_sync.c
│  │  │  │  │  ├── ull_sync_internal.h
│  │  │  │  │  │ ull_sync_iso.c
│  │  │  ├── mesh
│  │  │  │  │ Kconfig
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── mock_ctrl
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ ticker.c

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test_ble_nrf_config
    • ◻️ test-fw-nrfconnect-ble_mesh
    • ◻️ test-fw-nrfconnect-ble_samples
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-thread
    • ◻️ test-sdk-find-my
    • ◻️ test-sdk-sidewalk
    • ◻️ test-low-level
    • ◻️ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-zigbee
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2534 branch from 484c1a6 to 85ff0bf Compare February 21, 2025 09:03
@rlubos
Copy link
Contributor

rlubos commented Feb 21, 2025

Will update SHA in #20350

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2534 branch from 85ff0bf to 8c5f8cd Compare February 21, 2025 13:08
@NordicBuilder NordicBuilder removed the DNM label Feb 21, 2025
@github-actions
Copy link

This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants